document.wflow (3900B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>AMApplicationBuild</key> 6 <string>444.42</string> 7 <key>AMApplicationVersion</key> 8 <string>2.9</string> 9 <key>AMDocumentVersion</key> 10 <string>2</string> 11 <key>actions</key> 12 <array> 13 <dict> 14 <key>action</key> 15 <dict> 16 <key>AMAccepts</key> 17 <dict> 18 <key>Container</key> 19 <string>List</string> 20 <key>Optional</key> 21 <true/> 22 <key>Types</key> 23 <array> 24 <string>com.apple.applescript.object</string> 25 </array> 26 </dict> 27 <key>AMActionVersion</key> 28 <string>1.0.2</string> 29 <key>AMApplication</key> 30 <array> 31 <string>Automator</string> 32 </array> 33 <key>AMParameterProperties</key> 34 <dict> 35 <key>source</key> 36 <dict/> 37 </dict> 38 <key>AMProvides</key> 39 <dict> 40 <key>Container</key> 41 <string>List</string> 42 <key>Types</key> 43 <array> 44 <string>com.apple.applescript.object</string> 45 </array> 46 </dict> 47 <key>ActionBundlePath</key> 48 <string>/System/Library/Automator/Run AppleScript.action</string> 49 <key>ActionName</key> 50 <string>Run AppleScript</string> 51 <key>ActionParameters</key> 52 <dict> 53 <key>source</key> 54 <string>on run {input, parameters} tell applicatio»n "System Events" to keystroke (get the clipboard as text) end run</string> 55 </dict> 56 <key>BundleIdentifier</key> 57 <string>com.apple.Automator.RunScript</string> 58 <key>CFBundleVersion</key> 59 <string>1.0.2</string> 60 <key>CanShowSelectedItemsWhenRun</key> 61 <false/> 62 <key>CanShowWhenRun</key> 63 <true/> 64 <key>Category</key> 65 <array> 66 <string>AMCategoryUtilities</string> 67 </array> 68 <key>Class Name</key> 69 <string>RunScriptAction</string> 70 <key>InputUUID</key> 71 <string>CEC82D7E-20CE-497C-83CB-8CF87B154FA3</string> 72 <key>Keywords</key> 73 <array> 74 <string>Run</string> 75 </array> 76 <key>OutputUUID</key> 77 <string>44DF727C-3526-4434-934D-6786961F8C22</string> 78 <key>UUID</key> 79 <string>7B4529CB-16D5-4F9B-8052-8A79B9475CA4</string> 80 <key>UnlocalizedApplications</key> 81 <array> 82 <string>Automator</string> 83 </array> 84 <key>arguments</key> 85 <dict> 86 <key>0</key> 87 <dict> 88 <key>default value</key> 89 <string>on run {input, parameters} 90 91 (* Your script goes here *) 92 93 return input 94 end run</string> 95 <key>name</key> 96 <string>source</string> 97 <key>required</key> 98 <string>0</string> 99 <key>type</key> 100 <string>0</string> 101 <key>uuid</key> 102 <string>0</string> 103 </dict> 104 </dict> 105 <key>isViewVisible</key> 106 <true/> 107 <key>location</key> 108 <string>696.500000:368.000000</string> 109 <key>nibPath</key> 110 <string>/System/Library/Automator/Run AppleScript.action/Contents/Resources/Base.lproj/main.nib</string> 111 </dict> 112 <key>isViewVisible</key> 113 <true/> 114 </dict> 115 </array> 116 <key>connectors</key> 117 <dict/> 118 <key>workflowMetaData</key> 119 <dict> 120 <key>applicationBundleIDsByPath</key> 121 <dict/> 122 <key>applicationPaths</key> 123 <array/> 124 <key>inputTypeIdentifier</key> 125 <string>com.apple.Automator.nothing</string> 126 <key>outputTypeIdentifier</key> 127 <string>com.apple.Automator.nothing</string> 128 <key>presentationMode</key> 129 <integer>11</integer> 130 <key>processesInput</key> 131 <integer>0</integer> 132 <key>serviceInputTypeIdentifier</key> 133 <string>com.apple.Automator.nothing</string> 134 <key>serviceOutputTypeIdentifier</key> 135 <string>com.apple.Automator.nothing</string> 136 <key>serviceProcessesInput</key> 137 <integer>0</integer> 138 <key>systemImageName</key> 139 <string>NSActionTemplate</string> 140 <key>useAutomaticInputType</key> 141 <integer>0</integer> 142 <key>workflowTypeIdentifier</key> 143 <string>com.apple.Automator.servicesMenu</string> 144 </dict> 145 </dict> 146 </plist>